home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 003 / ugraph.arc / UGRAPH.DOC < prev    next >
Encoding:
Text File  |  1985-04-06  |  1.9 KB  |  45 lines

  1. UGRAPH.DOC ---> Documentation for UGRAPH.CMD and DEMGRAPH.CMD
  2.  
  3. Written by John Hathaway  (3/1/83)
  4.  
  5.  
  6. The UGRAPH command file is a screen graphics program which will 
  7. generate bar or scatter graphs on the CRT screen using data from 
  8. a specified data base file.  It requires the input of two numeric 
  9. fields ( FIELD X and FIELD Y ), a CONDITION ( ie. 
  10. FIELD X<>0) and a LABEL field if the Bar option is chosen.
  11.  
  12. The data base is first read to determine the minimum and maximum 
  13. values in each variable field using the conditions specified.  
  14. Then these values are displayed and you are prompted to enter the 
  15. actual axis endpoints.  Since the alphanumeric graphics 
  16. capabilities of DBASE are fairly limited, the number of intervals 
  17. on each axis is preset.  The Y axis has 4 intervals which means 
  18. that the difference between the upper endpoint and the lower 
  19. endpoint must be evenly divisable by 4 (so the labels don't come 
  20. out like '4.6666666' ).  The X axis has 5 intervals so its 
  21. difference must be evenly divisable by 5.
  22.  
  23. The program is fairly fast for short data bases but could take 
  24. awhile for longer files.  If your files are real long, I would 
  25. suggest that you conditionally copy the data you want graphed 
  26. into a temporary file.
  27.  
  28. Legal Entries:     
  29.  
  30. FIELD (X/Y) : Any valid field name or the record number symbol 
  31.                  (#)
  32.  
  33. CONDITIONS:   Any valid conditional statement including 
  34.               .AND.,.OR., and .NOT.  The record number symbol (#) 
  35.               may also be used.
  36.  
  37. LABELS:       Any valid field name.  The substring functrion ($) 
  38.               may also be used.
  39.  
  40.  
  41. This version of the program will run on any terminal with cursor 
  42. addressing capabilities.  I also have versions which will run on 
  43. the Televidio 950 and H89/Z19 terminals.  Leave a message here if 
  44. you would like to have these uploaded.
  45.